home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 51 / Mac Magazin and MacEasy Magazine CD - Issue 51.iso / Software / Online / WebSentinel 2.0.4 / (Drop in Server Plug-ins) / WebSentinel Plug-in / WebSentinel Plug-in.rsrc / TEXT_10245_admin - modify realm form (text).txt < prev    next >
Text File  |  1998-11-04  |  2KB  |  45 lines

  1. <!-- Modify Realm (Text-Only Version) -->
  2. <!-- Last Updated: 7/2/1998 manton -->
  3. <!-- Copyright (c)1997-1998 Purity Software, Inc. -->
  4. <!-- All rights reserved worldwide -->
  5. <html>
  6. <head>
  7. <title>WebSentinel Admin: Modify Realm</title>
  8. </head>
  9. <body>
  10. <a href="/pi_admin.sentinel?mode=text">[Back to Main]</a>
  11. <p>
  12. <h1>WebSentinel Admin: Modify Realm</h1>
  13. <p>
  14. <hr>
  15. <p>
  16. <form action="/pi_admin.sentinel$modifyrealm?mode=text" method="POST">
  17. <input name="realm_id" type="hidden" value="%d">
  18. <input name="priority" type="hidden" value="%d">
  19. <b>Realm Name:</b> <input name="realmname" type="text" size="30" value="%s">
  20. <p>
  21. <b>Action:</b> <select name="action" size="1">%s</select>
  22. <p>
  23. <b>Data Target:</b> <select name="target_id" size=1>%s
  24. </select>
  25. <p>
  26. <b>Match String:</b> <input name="grep" type="checkbox" value="true" %s>Use GREP<br>
  27. <input name="matchstring" type="text" size="50" value="%s">
  28. <p>
  29. <b>Redirect URL:</b><br>
  30. <input name="redirect_url" type="text" size="50" value="%s">
  31. <p>
  32. <b>Login Form Full File Path (for Authenticate Form realms):</b><br>
  33. <input name="loginform_path" type="text" size="50" value="%s">
  34. <p>
  35. <b>No Access Full File Path:</b><br>
  36. <input name="noaccess_path" type="text" size="50" value="%s">
  37. <p>
  38. <b>Notes:</b><br><textarea name="notes" cols="40" rows="3" wrap="virtual">%s</textarea>
  39. <p>
  40. <b>Label:</b> <select name="label" size="1">%s</select>
  41. <p>
  42. <input type="submit" name="delete_realm" value=" Delete Realm "> <input type="submit" value=" Modify Realm ">
  43. </form>
  44. </body>
  45. </html>